//This file contains a list of the device drivers to be installed by the CXServer Runtime Installation...
//The paths given should be relative to the CXServer Runtime setup.exe

//IMPORTANT! - Each line in this file (including the last line) must end with a CR/LF pair - otherwise
//the Installation program will read the line incorrectly!

//Specify the path to the setup.inx file: InstallShield uses the _LaunchAppEx command to launch each device driver

//The device drivers are launched using the -s switch (silent mode).  Make sure that the device driver has a
//silent installation script file (setup.iss) in the same folder as the setup.inx file.

Drivers\Common\setup.inx
Drivers\NSRT\setup.inx

// Non-common drivers (e.g. SPC Drivers)
Drivers\EJ1\setup.exe
Drivers\TJ1\setup.exe
// ZX-Sensor driver removed from automatic installation due to issue with latest release on some machines.
//Drivers\ZX-Sensor\setup.exe

//END OF FILE - DO NOT DELETE THIS COMMENT

